@charset "UTF-8";
/* Settings
==================================================*/
/* depreciated */
/* Fonts
==================================================*/
h1,
.text-h1 {
  font-size: clamp(2.6rem, 1.5rem + 3vw, 4.3rem); /* 42–69px */
  font-weight: 700;
  line-height: 1.2;
}

h2,
.text-h2 {
  font-size: clamp(2rem, 1.2rem + 2.5vw, 3.4375rem); /* 32–55px */
  font-weight: 700;
  line-height: 1.2;
}

h3,
.text-h3 {
  font-size: clamp(1.6rem, 1rem + 2vw, 2.75rem); /* 26–44px (anchor) */
  font-weight: 700;
  line-height: 1.3;
}

h4,
.text-h4 {
  font-size: clamp(1.3rem, 0.9rem + 1.5vw, 2.2rem); /* 21–35px */
  font-weight: 500;
  line-height: 1.3;
}

h5,
.text-h5 {
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem); /* 18–28px */
  font-weight: 500;
  line-height: 1.4;
}

h6,
.text-h6 {
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem); /* 16–22px */
  font-weight: 400;
  line-height: 1.5;
}

p,
li {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem); /* 16–18px */
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: none;
}

/* Colors
==================================================*/
/* Event Specific
==================================================*/
html {
  scroll-padding-top: calc(clamp(3rem, 5vw + 2rem, 80px) + 140px);
}

/* Back to Top
==================================================*/
#back-to-top {
  right: 1.4rem;
  bottom: 5.75rem;
}

/* General
==================================================*/
::selection {
  background-color: rgba(150, 64, 105, 0.25);
}

body {
  background-color: #fff;
}

h3[id*=h3Header] {
  margin-top: 0;
  font-weight: 900;
}

/* Marketo Form Overrides
==================================================*/
.marketo-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.marketo-form-wrapper form.mktoForm {
  width: 100% !important;
  font-family: "Montserrat", sans-serif !important;
}
.marketo-form-wrapper .mktoFieldWrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  place-content: center !important;
}
.marketo-form-wrapper .mktoFieldWrap .mktoLabel {
  width: fit-content !important;
  position: relative;
  font-weight: 400 !important;
}
.marketo-form-wrapper .mktoFieldWrap .mktoLabel .mktoAsterix {
  position: absolute;
  top: 0 !important;
  right: -0.5rem !important;
  padding: 0 !important;
}
.marketo-form-wrapper .mktoFieldWrap label#LblonsiteTrainingTopics {
  grid-column: 1/-1;
  margin-top: 1rem;
  margin-bottom: -0.25rem;
  font-weight: 700 !important;
}
.marketo-form-wrapper .mktoFieldWrap label#LbloptIn1 {
  grid-column: 1/-1;
  margin-top: -1.25rem;
  position: relative;
  top: 32px;
  left: 25px;
  font-weight: 400 !important;
}
.marketo-form-wrapper .mktoFieldWrap input#optIn1 {
  margin-bottom: 0.5rem !important;
}
.marketo-form-wrapper .mktoFieldWrap .mktoCheckboxList {
  order: unset !important;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
}
.marketo-form-wrapper .mktoFieldWrap .mktoCheckboxList input {
  margin: 0 !important;
}
.marketo-form-wrapper .mktoFieldWrap .mktoCheckboxList label {
  margin: 0 !important;
}
.marketo-form-wrapper .mktoFieldWrap textarea {
  grid-column: 1/-1;
  width: 100% !important;
  min-height: 100px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.marketo-form-wrapper button {
  background-color: #1b4692 !important;
}
.marketo-form-wrapper button:hover {
  background-color: rgb(23.0202312139, 59.6820809249, 124.4797687861) !important;
}

/* Jump Nav (site additions on GLOBAL .secondary-nav base)
==================================================*/
@media (max-width: 991px) {
  .jump-nav:has(ul.open) {
    width: 100%;
    border-radius: 1.25rem;
  }
}
.jump-nav #jump-nav-mobile-toggle {
  display: block;
  padding: 0.85rem 0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #121212;
}
.jump-nav #jump-nav-mobile-toggle:hover {
  cursor: pointer;
}
.jump-nav #jump-nav-mobile-toggle i {
  margin-right: 0.25rem;
}
@media (min-width: 992px) {
  .jump-nav #jump-nav-mobile-toggle {
    display: none;
  }
}
.jump-nav .summary > ul {
  gap: 1rem 2rem;
}
@media (max-width: 991px) {
  .jump-nav .summary > ul {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    overflow-x: visible;
  }
  .jump-nav .summary > ul.open {
    display: flex;
    padding-bottom: 1rem;
  }
  .jump-nav .summary > ul > li > a {
    padding: 0.35rem 0;
  }
}
.jump-nav .summary > ul > li {
  position: relative;
}
@media (min-width: 992px) {
  .jump-nav .summary > ul > li > ul {
    width: 250px;
    display: none;
    z-index: 1000;
    position: absolute;
    top: 2.9rem;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(18, 18, 18, 0.125);
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(18, 18, 18, 0.125);
  }
  .jump-nav .summary > ul > li > ul li + li {
    margin-top: 0.75rem;
  }
}
@media (max-width: 991px) {
  .jump-nav .summary > ul > li > ul {
    display: flex;
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
  }
}
@media (min-width: 992px) {
  .jump-nav .summary > ul > li:hover > ul {
    display: block;
  }
  .jump-nav .summary > ul > li:hover > a.hasChild::after {
    content: "\f057";
    display: inline-block;
    transform: rotateZ(90deg);
    color: #964069;
  }
  .jump-nav .summary > ul > li > a.hasChild::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 1rem;
    width: 100%;
    height: 40px;
  }
  .jump-nav .summary > ul > li > a.hasChild::after {
    content: "\f13a";
    margin-left: 0.5rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #393e41;
    transition: all 250ms ease;
  }
}

/* Hero (Small) — site theme on GLOBAL base
==================================================*/
.hero-small {
  --hero-small-bg: url("https://tdwi.org/~/media/TDWI/TDWI Global/Training/assets/trainingandenablementsoft_2560x800_r1.jpg");
  --hero-small-bg-pos: center 45%;
  --hero-small-highlight: rgba(#964069, 75%);
}
.hero-small p.pre-branding {
  display: inline-flex;
  margin-bottom: 0.875rem;
  font-size: clamp(0.775rem, 0.7rem + 0.2vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(18, 18, 18, 0.35);
  color: #fff;
  align-items: center;
  gap: 0.75rem;
}
.hero-small p.pre-branding::before, .hero-small p.pre-branding::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  display: block;
}
.hero-small p.pre-branding::before {
  background: linear-gradient(90deg, rgba(150, 64, 105, 0), rgb(196.9813084112, 119.0186915888, 156.1869158879));
}
.hero-small p.pre-branding::after {
  background: linear-gradient(90deg, rgb(196.9813084112, 119.0186915888, 156.1869158879), rgba(150, 64, 105, 0));
}

/* Intro
==================================================*/
.intro {
  max-width: 1200px;
}
.intro h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 900;
  color: #121212;
}
@media (min-width: 992px) {
  .intro .two-column {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}
.intro__left h4 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem); /* 18–28px */
  font-weight: 700;
  color: #1b4692;
}
.intro__right img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(18, 18, 18, 0.125);
}
@media (max-width: 1200px) {
  .intro__right img {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .intro__right img {
    max-width: unset;
  }
}
.intro.no-img h3 {
  text-align: center;
}
.intro.no-img {
  max-width: 1366px;
}
.intro .footer {
  display: table;
  margin: 2rem auto 0 auto;
}

/* Our Services
==================================================*/
.our-services h3[id*=h3Header],
.our-services h3[id*=h3Intro],
.our-services p.sub-head {
  text-align: center;
}
.our-services {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .our-services {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.our-services {
  background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
}
.our-services h3[id*=h3Header] {
  margin-bottom: 2.5rem;
  color: #fff;
}
.our-services .summary {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 1440px;
}
.our-services ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-left: 0;
  padding-left: 0;
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .our-services ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .our-services ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.our-services ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  border-left: 4px solid #964069;
  padding: 3rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(18, 18, 18, 0.1);
  transform-origin: center;
  transition: 250ms transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
.our-services ul li::after {
  font-family: "Font Awesome 6 Free";
  font-size: 9rem;
  font-weight: 900;
  line-height: 1;
  color: #964069;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  opacity: 7%;
  z-index: 0;
}
.our-services ul li:nth-child(1)::after {
  content: "\f4d7";
}
.our-services ul li:nth-child(2)::after {
  content: "\f013";
}
.our-services ul li:nth-child(3)::after {
  content: "\f7d9";
}
.our-services ul li:nth-child(4)::after {
  content: "\f1c0";
}
.our-services ul li:nth-child(5)::after {
  content: "\f5da";
}
@media (min-width: 992px) {
  .our-services ul li:hover {
    transform: scale(1.033);
  }
}
.our-services ul li + li {
  margin-top: 0;
}
.our-services ul li a {
  text-wrap: wrap;
}
@supports (text-wrap: balance) {
  .our-services ul li a {
    text-wrap: balance;
  }
}
.our-services ul li a {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.25rem);
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  color: #121212;
  position: relative;
  z-index: 1;
}
.our-services ul li a::before {
  content: "";
  width: 260px;
  height: 220px;
  background-color: transparent;
  position: absolute;
  top: -44px;
  left: -22px;
  z-index: -1;
}
.our-services ul li a:hover {
  text-decoration: underline;
}
.our-services ul li span {
  display: block;
  margin-top: 0.5rem;
  font-size: clamp(0.8rem, 0.75rem + 0.2vw, 0.95rem);
  font-style: italic;
}

/* Trending Services
==================================================*/
.trending-services h3[id*=h3Header],
.trending-services h3[id*=h3Intro],
.trending-services p.sub-head {
  text-align: center;
}
.trending-services p.sub-head {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.trending-services__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.trending-services__item {
  min-width: 0;
  max-width: calc((100% - 2rem) / 2);
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex: 0 1 calc((100% - 2rem) / 2);
}
.trending-services__item + li {
  margin-top: 0;
}
.trending-services__card {
  width: 100%;
  height: stretch;
  display: flex;
  border: 2px solid #f0f0f0;
  border-radius: 1rem;
  padding: 1.65rem;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
}
.trending-services__card:hover {
  border-color: #1b4692;
}
.trending-services__card h4 {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.trending-services__icon {
  margin-bottom: 0.75rem;
  font-size: clamp(2.6rem, 1.5rem + 3vw, 4.3rem);
  line-height: 1;
}
.trending-services__icon i {
  display: block;
  color: transparent;
  background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trending-services__title {
  margin: 0;
  font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.28rem);
  font-weight: 800;
  color: #121212;
}
.trending-services__description {
  margin: 0.5rem 0 1rem;
  color: #393e41;
}
.trending-services__button.btn {
  margin-top: auto;
}
@media (max-width: 767px) {
  .trending-services__grid {
    gap: 1rem;
  }
  .trending-services__item {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .trending-services__card {
    padding: 1.1rem 1.1rem 1rem;
  }
  .trending-services__icon {
    font-size: clamp(3.4rem, 3.05rem + 1.8vw, 4rem);
  }
}

/* Trending Skills
==================================================*/
.trending-skills,
.your-schedule {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .trending-skills,
  .your-schedule {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.trending-skills h3[id*=h3Header],
.trending-skills h3[id*=h3Intro],
.trending-skills p.sub-head,
.your-schedule h3[id*=h3Header],
.your-schedule h3[id*=h3Intro],
.your-schedule p.sub-head {
  text-align: center;
}
.trending-skills,
.your-schedule {
  background-color: #f0f0f0;
}
.trending-skills h3[id*=h3Header],
.your-schedule h3[id*=h3Header] {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #1b4692;
}
.trending-skills .summary,
.your-schedule .summary {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 900px;
}
.trending-skills ul,
.your-schedule ul {
  margin-block: 1.25rem;
  margin-inline: 0;
  padding-inline-start: 0;
  list-style: none;
}
.trending-skills ul :where(li),
.your-schedule ul :where(li) {
  text-wrap: wrap;
}
@supports (text-wrap: pretty) {
  .trending-skills ul :where(li),
  .your-schedule ul :where(li) {
    text-wrap: pretty;
  }
}
.trending-skills ul :where(li),
.your-schedule ul :where(li) {
  padding-inline-start: 2em;
  position: relative;
}
.trending-skills ul :where(li)::before,
.your-schedule ul :where(li)::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #964069;
  position: absolute;
  top: calc((1lh - 8px) / 2);
  left: 0;
}
.trending-skills ul :where(li) + li,
.your-schedule ul :where(li) + li {
  margin-top: 0;
}
.trending-skills ul,
.your-schedule ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2rem;
  margin-left: 0;
}
@media (max-width: 767px) {
  .trending-skills ul,
  .your-schedule ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.trending-skills ul li,
.your-schedule ul li {
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
  color: #121212;
}

.your-schedule {
  background-color: #fff;
}
.your-schedule .summary {
  max-width: 1000px;
}
.your-schedule ul {
  margin: 2rem 0;
}

/* Our Customers
==================================================*/
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.our-customers {
  padding: 80px 2rem;
  background-color: #1b4692;
}
.our-customers h3[id*=h3Header],
.our-customers h3[id*=h3Intro],
.our-customers p.sub-head {
  text-align: center;
}
@media (max-width: 767px) {
  .our-customers {
    padding: 60px 1.5rem;
  }
}
.our-customers h3[id*=h3Header] {
  margin-bottom: 1rem;
  font-weight: 900;
  color: #fff;
}
.our-customers .summary {
  max-width: 1366px;
  margin: 0 auto;
}
.our-customers .sub-head {
  margin-bottom: 3rem;
  color: #f0f0f0;
}
@media (max-width: 767px) {
  .our-customers .sub-head {
    margin-bottom: 2.5rem;
  }
}
.our-customers__carousel {
  display: grid;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .our-customers__carousel {
    grid-template-columns: repeat(6, 1fr);
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-customers__carousel {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .our-customers__carousel {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.our-customers__logo-container {
  min-height: 100px;
  display: flex;
  padding: 1.5rem;
  position: relative;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
@media (max-width: 767px) {
  .our-customers__logo-container {
    min-height: 80px;
    padding: 1rem;
  }
}
.our-customers__logo-container:nth-child(n+7) {
  display: none;
}
.our-customers__logo-container.fade-out {
  animation: fadeOut 500ms ease-in-out forwards;
}
.our-customers__logo-container.fade-in {
  animation: fadeIn 500ms ease-in-out forwards;
}
.our-customers__logo-container img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .our-customers__logo-container img {
    max-width: 80%;
    max-height: 80%;
  }
}
@media (max-width: 767px) {
  .our-customers__logo-container img {
    max-width: 66%;
    max-height: 66%;
  }
}

/* Why TDWI
==================================================*/
.why-tdwi {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .why-tdwi {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.why-tdwi h3[id*=h3Header],
.why-tdwi h3[id*=h3Intro],
.why-tdwi p.sub-head {
  text-align: center;
}
.why-tdwi {
  background: transparent url("https://tdwi.org/~/media/TDWI/TDWI Global/Training/assets/tdwitrainingcircles_350x800_r1.svg") no-repeat 90% center/contain;
}
@media (max-width: 991px) {
  .why-tdwi {
    background: #fff;
  }
}
.why-tdwi h3[id*=h3Header] {
  text-align: center;
}
.why-tdwi p.sub-head {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.why-tdwi .summary {
  max-width: 1366px;
  margin: 0 auto;
}
.why-tdwi ul {
  margin-left: 0;
  padding-left: 0;
}
.why-tdwi ul li {
  padding-left: 0;
  list-style-type: none;
}
.why-tdwi ul li + li {
  margin-top: 1.25rem;
}
.why-tdwi ul li h4 {
  margin-bottom: 0.25rem;
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
  font-weight: 700;
  color: #121212;
}
.why-tdwi ul li p {
  max-width: 85%;
  margin-top: 0;
}
@media (max-width: 991px) {
  .why-tdwi ul li p {
    max-width: unset;
  }
}

/* Explore TDWI Training
==================================================*/
.explore-training,
.how-we-deliver {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .explore-training,
  .how-we-deliver {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.explore-training h3[id*=h3Header],
.explore-training h3[id*=h3Intro],
.explore-training p.sub-head,
.how-we-deliver h3[id*=h3Header],
.how-we-deliver h3[id*=h3Intro],
.how-we-deliver p.sub-head {
  text-align: center;
}
.explore-training,
.how-we-deliver {
  color: #fff;
  background-color: #1b4692;
}
.explore-training h3[id*=h3Header],
.how-we-deliver h3[id*=h3Header] {
  margin-top: 0;
  font-weight: 900;
}
.explore-training p.sub-head,
.how-we-deliver p.sub-head {
  margin-top: 1rem;
  margin-bottom: 3rem;
  color: #f0f0f0;
}
.explore-training .summary,
.how-we-deliver .summary {
  max-width: 1366px;
  margin: 0 auto;
}
.explore-training__cards,
.how-we-deliver__cards {
  border: 1px solid rgba(18, 18, 18, 0.125);
  padding: 2rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .explore-training__cards,
  .how-we-deliver__cards {
    text-align: center;
  }
}
.explore-training__cards h4,
.how-we-deliver__cards h4 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
  font-weight: 700;
  color: #1b4692;
}
.explore-training__cards p,
.how-we-deliver__cards p {
  margin-top: 0;
  font-weight: 500;
  color: #121212;
}
.explore-training__cards p + p,
.how-we-deliver__cards p + p {
  margin-top: 0.75rem;
}
.explore-training__cards .btn,
.how-we-deliver__cards .btn {
  margin-top: 1.5rem;
}
.explore-training__cards + .explore-training__cards, .explore-training__cards + .how-we-deliver__cards,
.how-we-deliver__cards + .explore-training__cards,
.how-we-deliver__cards + .how-we-deliver__cards {
  margin-top: 1.25rem;
}

.how-we-deliver h3[id*=h3Header] {
  margin-bottom: 2.5rem;
}

/* Expert Instructors
==================================================*/
.expert-instructors {
  padding: 80px 2rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .expert-instructors {
    padding: 60px 1.5rem;
  }
}
.expert-instructors p.sub-head {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.expert-instructors .summary {
  max-width: 1366px;
  margin: 0 auto;
}
.expert-instructors__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .expert-instructors__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.expert-instructors__header > div {
  margin: 0 auto;
  text-align: center;
}
.expert-instructors__title {
  margin: 0;
  font-size: clamp(1.8rem, 1.4rem + 2vw, 2.75rem);
  font-weight: 900;
  line-height: 1.2;
  color: #1b4692;
}
.expert-instructors__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .expert-instructors__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .expert-instructors__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .expert-instructors__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.expert-instructors__card {
  display: flex;
  border: 2px solid #f0f0f0;
  border-radius: 0.5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  flex-direction: row;
  align-items: stretch;
}
.expert-instructors__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(56, 161, 253, 0.25);
  border-color: #964069;
}
.expert-instructors__card:hover .expert-instructors__image {
  filter: grayscale(0%);
  transform: scale(1.08);
}
.expert-instructors__card:hover .expert-instructors__info {
  background: linear-gradient(135deg, rgba(150, 64, 105, 0.08), rgba(27, 70, 146, 0.04));
}
.expert-instructors__card:hover .expert-instructors__name {
  color: #1b4692;
}
.expert-instructors__card:hover .expert-instructors__title-text {
  color: #964069;
}
.expert-instructors__image-wrapper {
  width: 35%;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .expert-instructors__image-wrapper {
    width: 40%;
  }
}
.expert-instructors__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 250ms ease-in-out, transform 250ms ease-in-out;
}
.expert-instructors__info {
  display: flex;
  padding: 1rem 1.25rem;
  background-color: #fff;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  transition: background-color 500ms ease;
}
@media (max-width: 767px) {
  .expert-instructors__info {
    padding: 0.875rem 1rem;
  }
}
.expert-instructors__name {
  margin: 0 0 0.5rem 0;
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.1rem);
  font-weight: 700;
  line-height: 1.3;
  color: #121212;
  transition: color 250ms ease;
}
.expert-instructors__title-text {
  margin: 0;
  font-size: clamp(0.8rem, 0.75rem + 0.2vw, 0.9rem);
  font-weight: 500;
  line-height: 1.4;
  color: #393e41;
  transition: color 250ms ease;
}

/* Testimonials
==================================================*/
@keyframes rotateGradient {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.testimonials {
  padding: 80px 2rem;
  background-color: #1b4692;
}
.testimonials h3[id*=h3Header],
.testimonials h3[id*=h3Intro],
.testimonials p.sub-head {
  text-align: center;
}
@media (max-width: 767px) {
  .testimonials {
    padding: 60px 1.5rem;
  }
}
.testimonials h3[id*=h3Header] {
  margin-bottom: 1rem;
  font-weight: 900;
  color: #fff;
}
.testimonials .summary {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 1000px;
}
.testimonials .sub-head {
  margin-bottom: 3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .testimonials .sub-head {
    margin-bottom: 2.5rem;
  }
}
.testimonials__carousel {
  position: relative;
  overflow: visible;
}
.testimonials__track {
  position: relative;
  width: 100%;
}
.testimonials__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease-in-out;
}
.testimonials__slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.testimonials__card {
  margin: 0 auto;
  border-radius: 20px 0 20px 0;
  padding: 2.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .testimonials__card {
    padding: 2rem 1.5rem;
  }
}
.testimonials__card::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  bottom: -6px;
  left: 6px;
  border-radius: 20px 0 20px 0;
  background: conic-gradient(from var(--gradient-angle), #964069, #1b4692, #964069, #1b4692, #964069);
  animation: rotateGradient 8s linear infinite;
}
.testimonials__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px 0 15px 0;
  background-color: white;
}
.testimonials__card > * {
  position: relative;
  z-index: 1;
}
.testimonials__quote {
  margin: 0 0 1.5rem 0;
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.0625rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  color: #121212;
}
.testimonials__quote::before {
  content: "“";
  margin-right: 0.25rem;
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 0;
  color: #964069;
  vertical-align: -0.4em;
}
.testimonials__attribution {
  margin: 0;
  font-size: clamp(0.875rem, 0.85rem + 0.2vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  color: #1b4692;
}
.testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .testimonials__dots {
    margin-top: 1.5rem;
    gap: 0.5rem;
  }
}
.testimonials__dot {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 250ms ease;
}
.testimonials__dot:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.2);
}
.testimonials__dot.active {
  background-color: #964069;
  border-color: #964069;
  transform: scale(1.3);
}

/* Ways to Buy
==================================================*/
.ways-to-buy h3[id*=h3Header],
.ways-to-buy h3[id*=h3Intro],
.ways-to-buy p.sub-head {
  text-align: center;
}
.ways-to-buy p.sub-head {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.ways-to-buy__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media (max-width: 1200px) {
  .ways-to-buy__cards {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .ways-to-buy__cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.ways-to-buy__card {
  position: relative;
  border: 1px solid #121212;
  padding: 3rem;
  background-color: #f0f0f0;
}
.ways-to-buy__card::after {
  font-family: "Montserrat", sans-serif;
  font-size: 18rem;
  font-weight: 900;
  color: #1b4692;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .ways-to-buy__card::after {
    display: none;
  }
}
.ways-to-buy__card:nth-child(1)::after {
  content: "1";
}
.ways-to-buy__card:nth-child(2)::after {
  content: "2";
}
.ways-to-buy__card h4 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
  font-weight: 800;
}
.ways-to-buy__card p strong {
  color: #1b4692;
}

/* Starting Point
==================================================*/
.starting-point {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .starting-point {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.starting-point h3[id*=h3Header],
.starting-point h3[id*=h3Intro],
.starting-point p.sub-head {
  text-align: center;
}
.starting-point {
  background-color: #f0f0f0;
  overflow: hidden;
}
.starting-point h3[id*=h3Header] {
  margin-top: 0;
  font-weight: 900;
  color: #1b4692;
}
.starting-point .summary {
  max-width: 1366px;
  margin: 0 auto;
}
.starting-point p.sub-head {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.starting-point__items {
  max-width: 1000px;
  display: flex;
  margin: 0 auto 2rem auto;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
}
@media (max-width: 1200px) {
  .starting-point__items {
    gap: 1rem;
  }
}
.starting-point__items::after {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-size: 65rem;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
  position: absolute;
  left: -105%;
  top: 42.5%;
  transform: translateY(-50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .starting-point__items::after {
    display: none;
  }
}
.starting-point__item h4 {
  margin-bottom: 0.25rem;
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
  font-weight: 800;
  color: #121212;
}
@media (min-width: 1201px) {
  .starting-point__item:nth-child(1), .starting-point__item:nth-child(6) {
    margin-left: 3rem;
  }
  .starting-point__item:nth-child(2), .starting-point__item:nth-child(5) {
    margin-left: 6rem;
  }
  .starting-point__item:nth-child(3), .starting-point__item:nth-child(4) {
    margin-left: 9rem;
  }
}
@media (max-width: 1200px) {
  .starting-point__item {
    padding-inline-start: 1.5em;
    position: relative;
  }
  .starting-point__item::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background-color: #1b4692;
    position: absolute;
    top: calc((1lh - 8px) / 2);
    left: 0;
  }
}
.starting-point p:last-of-type {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 500;
  font-style: italic;
  color: #393e41;
}

/* Get Started
==================================================*/
/* Features
==================================================*/
.features h3[id*=h3Header],
.features h3[id*=h3Intro],
.features p.sub-head {
  text-align: center;
}
.features {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .features {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.features {
  background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
}
.features h3[id*=h3Header] {
  margin-bottom: 2.5rem;
  color: #fff;
}
.features .summary {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 1440px;
}
.features__icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1200px) {
  .features__icons {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.features__icon {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  border: 2px solid #f0f0f0;
  border-radius: 0.5rem;
  padding: 1.5rem;
  background-color: #fff;
}
.features__icon h4 {
  margin-bottom: 0.5rem;
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
  font-weight: 700;
}
.features__icon i {
  font-size: 5rem;
  color: transparent;
  background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .features.four-icons .features__icons {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* What You Get
==================================================*/
.what-you-get h3[id*=h3Header],
.what-you-get h3[id*=h3Intro],
.what-you-get p.sub-head {
  text-align: center;
}
.what-you-get h3[id*=h3Header] {
  margin-bottom: 2.5rem;
}
.what-you-get ul {
  display: grid;
  margin-top: 2rem;
  margin-left: 0;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 991px) {
  .what-you-get ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.what-you-get ul li {
  border: 1px solid #121212;
  border-top: 6px solid #1b4692;
  padding: 2.5rem;
  font-weight: 500;
  background-color: #f0f0f0;
  list-style-type: none;
}
.what-you-get ul li + li {
  margin-top: 0;
}
.what-you-get ul li:nth-child(even) {
  border-top-color: #964069;
}
@media (min-width: 992px) {
  .what-you-get.three-items ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Choose Assessment
==================================================*/
.choose-assessment h3[id*=h3Header],
.choose-assessment h3[id*=h3Intro],
.choose-assessment p.sub-head {
  text-align: center;
}
.choose-assessment {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .choose-assessment {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.choose-assessment {
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .choose-assessment h3[id*=h3Header] {
    max-width: 50%;
    margin: 0 auto;
  }
}
.choose-assessment p.sub-head {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.choose-assessment .summary {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 1440px;
}
.choose-assessment__items {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 1rem;
}
@media (max-width: 1200px) {
  .choose-assessment__items {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 767px) {
  .choose-assessment__items {
    grid-template-columns: 1fr 1fr;
  }
}
.choose-assessment__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  text-align: center;
  text-decoration: none;
  transform-origin: center;
  transition: 250ms transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  color: #121212;
  pointer-events: none;
}
.choose-assessment__item img {
  width: auto;
  height: 175px;
  margin: 0 auto;
}
.choose-assessment__item h4 {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
  font-weight: 700;
  color: inherit;
}

/* Who This Is For
==================================================*/
.this-is-for {
  max-width: 1200px;
}
.this-is-for h3 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 900;
  color: #1b4692;
}
@media (min-width: 992px) {
  .this-is-for .two-column {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 4rem;
  }
}
.this-is-for__left img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(18, 18, 18, 0.125);
}
@media (max-width: 1200px) {
  .this-is-for__left img {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .this-is-for__left img {
    max-width: unset;
  }
}
.this-is-for__right p.sub-head {
  margin-bottom: 1.5rem;
}
.this-is-for__right h4 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem); /* 18–28px */
  font-weight: 700;
  color: #1b4692;
}

/* Ready Form
==================================================*/
.ready-form h3[id*=h3Header],
.ready-form h3[id*=h3Intro],
.ready-form p.sub-head {
  text-align: center;
}
.ready-form {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .ready-form {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.ready-form {
  background-color: rgba(27, 70, 146, 0.025);
}
.ready-form h3[id*=h3Header] {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .ready-form .two-column {
    grid-template-columns: 1fr auto;
    gap: 4rem;
  }
}
.ready-form .summary {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 1000px;
}
.ready-form .summary h4 {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 0.9rem + 1.5vw, 2.2rem);
  font-weight: 800;
  color: #1b4692;
}
.ready-form .summary img {
  width: 100%;
  margin-top: 2.5rem;
  filter: brightness(1.1) grayscale(0.8);
}
@media (max-width: 991px) {
  .ready-form .summary img {
    display: none;
  }
}

/* How It Works Step #s
==================================================*/
.how-it-works-steps h3[id*=h3Header],
.how-it-works-steps h3[id*=h3Intro],
.how-it-works-steps p.sub-head {
  text-align: center;
}
.how-it-works-steps p.sub-head {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.how-it-works-steps .two-column {
  gap: 0;
}
.how-it-works-steps__item {
  border: 1px solid rgba(18, 18, 18, 0.125);
  padding: 3rem;
  background-color: rgba(27, 70, 146, 0.05);
}
.how-it-works-steps__item:nth-child(1) h4 {
  color: #1b4692;
}
.how-it-works-steps__item:nth-child(2) {
  background-color: rgba(240, 240, 240, 0.05);
}
@media (min-width: 992px) {
  .how-it-works-steps__item:nth-child(2) {
    border-left: 0;
  }
}
@media (max-width: 991px) {
  .how-it-works-steps__item:nth-child(2) {
    border-top: 0;
  }
}
.how-it-works-steps__item:nth-child(2) h4 {
  color: #964069;
}
.how-it-works-steps__item h4 {
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
  font-weight: 800;
}
.how-it-works-steps__item h4 strong {
  display: block;
  margin: 0.33rem 0 1rem 0;
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
  font-weight: 600;
  color: #121212;
}
.how-it-works-steps__item p {
  font-weight: 500;
}

/* Featured Programs
==================================================*/
.featured-programs h3[id*=h3Header],
.featured-programs h3[id*=h3Intro],
.featured-programs p.sub-head {
  text-align: center;
}
.featured-programs {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .featured-programs {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.featured-programs {
  background-color: rgba(150, 64, 105, 0.05);
}
.featured-programs h3[id*=h3Header] {
  margin-bottom: 2.5rem;
}
.featured-programs .summary {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 1000px;
}
.featured-programs__lists {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
}
@media (max-width: 767px) {
  .featured-programs__lists {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.featured-programs__list h4 {
  margin-bottom: 0.5rem;
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
  font-weight: 700;
}
.featured-programs__list ul {
  margin-block: 1.25rem;
  margin-inline: 0;
  padding-inline-start: 0;
  list-style: none;
}
.featured-programs__list ul :where(li) {
  text-wrap: wrap;
}
@supports (text-wrap: pretty) {
  .featured-programs__list ul :where(li) {
    text-wrap: pretty;
  }
}
.featured-programs__list ul :where(li) {
  padding-inline-start: 2em;
  position: relative;
}
.featured-programs__list ul :where(li)::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #964069;
  position: absolute;
  top: calc((1lh - 8px) / 2);
  left: 0;
}
.featured-programs__list ul :where(li) + li {
  margin-top: 0.55rem;
}
.featured-programs__list ul + h4 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .featured-programs__list ul + h4 {
    margin-top: 1rem;
  }
}

/* Advisor Can Help
==================================================*/
.advisor-can-help h3[id*=h3Header],
.advisor-can-help h3[id*=h3Intro],
.advisor-can-help p.sub-head,
.what-you-enable h3[id*=h3Header],
.what-you-enable h3[id*=h3Intro],
.what-you-enable p.sub-head {
  text-align: center;
}
.advisor-can-help,
.what-you-enable {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .advisor-can-help,
  .what-you-enable {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.advisor-can-help,
.what-you-enable {
  background-color: rgba(150, 64, 105, 0.05);
}
.advisor-can-help h3[id*=h3Header],
.what-you-enable h3[id*=h3Header] {
  margin-bottom: 2.5rem;
}
.advisor-can-help .summary,
.what-you-enable .summary {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 1100px;
}
.advisor-can-help h4,
.what-you-enable h4 {
  margin-bottom: 0.5rem;
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
  font-weight: 700;
}
.advisor-can-help h4 + ul,
.what-you-enable h4 + ul {
  margin-left: 1.5rem;
}
.advisor-can-help ul,
.what-you-enable ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem 3rem;
}
@media (min-width: 992px) {
  .advisor-can-help ul,
  .what-you-enable ul {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .advisor-can-help ul,
  .what-you-enable ul {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.advisor-can-help ul li,
.what-you-enable ul li {
  padding-inline-start: 0.55em;
}
.advisor-can-help ul li + li,
.what-you-enable ul li + li {
  margin-top: 0;
}
.advisor-can-help ul li::marker,
.what-you-enable ul li::marker {
  font-size: 1.15em;
  font-weight: 700;
  color: #964069;
}

/* Course Catalog, Advisors Assigned & Plug TDWI
==================================================*/
.course-catalog {
  background-color: #f0f0f0;
  overflow: hidden;
}
.course-catalog:hover img {
  filter: grayscale(0);
  transform: scale(1.025);
}
.course-catalog h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 900;
}
.course-catalog .two-column {
  place-items: center;
}
@media (max-width: 991px) {
  .course-catalog .two-column {
    gap: 0rem;
  }
}
.course-catalog__text {
  width: 65%;
  margin-left: auto;
  padding: 2rem;
}
@media (max-width: 1440px) {
  .course-catalog__text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .course-catalog__text {
    padding: 40px 20px;
  }
}
.course-catalog__text .btn {
  margin-top: 2rem;
}
.course-catalog img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  transition: 500ms filter ease-in-out, 500ms transform ease-in-out;
  filter: grayscale(1);
  transform-origin: left center;
}
@media (max-width: 991px) {
  .course-catalog img {
    height: auto;
    display: none;
    object-fit: unset;
  }
}

/* Course Catalog, Advisors Assigned & Plug TDWI
==================================================*/
.advisors-assigned,
.plug-tdwi,
.how-it-works {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .advisors-assigned,
  .plug-tdwi,
  .how-it-works {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.advisors-assigned,
.plug-tdwi,
.how-it-works {
  background-color: #f0f0f0;
}
.advisors-assigned h3,
.plug-tdwi h3,
.how-it-works h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 900;
}
.advisors-assigned .summary,
.plug-tdwi .summary,
.how-it-works .summary {
  max-width: 1366px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .advisors-assigned .two-column,
  .plug-tdwi .two-column,
  .how-it-works .two-column {
    grid-template-columns: 1fr auto;
    place-items: center;
  }
}
.advisors-assigned .two-column i,
.plug-tdwi .two-column i,
.how-it-works .two-column i {
  font-size: 18rem;
  color: transparent;
  background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .advisors-assigned .two-column i,
  .plug-tdwi .two-column i,
  .how-it-works .two-column i {
    font-size: 12rem;
  }
}
@media (max-width: 991px) {
  .advisors-assigned .two-column i,
  .plug-tdwi .two-column i,
  .how-it-works .two-column i {
    font-size: 6rem;
    text-align: center;
  }
}

.how-it-works .summary {
  max-width: 1100px;
}
@media (min-width: 992px) {
  .how-it-works .two-column {
    grid-template-columns: auto auto;
    gap: 0;
  }
}

/* Top Quality
==================================================*/
.top-quality h3[id*=h3Header],
.top-quality h3[id*=h3Intro],
.top-quality p.sub-head {
  text-align: center;
}
.top-quality {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .top-quality {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.top-quality {
  background-color: rgba(150, 64, 105, 0.05);
}
.top-quality h3[id*=h3Header] {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .top-quality .two-column {
    grid-template-columns: auto auto;
  }
}
.top-quality .summary {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 1000px;
}
.top-quality__stars {
  font-size: clamp(1.3rem, 0.9rem + 1.5vw, 2.2rem);
  color: transparent;
  background: linear-gradient(135deg, #f6d365 0%, #d4a017 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-quality__text h4 {
  margin-bottom: 1.25rem;
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
  font-weight: 700;
  color: #121212;
}
.top-quality__text p {
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
  font-weight: 500;
  color: #393e41;
}

/* Client List
==================================================*/
.client-list h3[id*=h3Header],
.client-list h3[id*=h3Intro],
.client-list p.sub-head {
  text-align: center;
}
.client-list {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .client-list {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.client-list {
  background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
}
.client-list .summary {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 333px);
  gap: 1rem;
  align-items: start;
}
@media (max-width: 991px) {
  .client-list .summary {
    grid-template-columns: 1fr;
  }
}
.client-list .summary > .client-key {
  border: 1px solid rgba(18, 18, 18, 0.125);
  border-radius: 0.5rem;
  padding: 1.25rem;
  background-color: #fff;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  position: sticky;
  top: 105px;
}
@media (max-width: 991px) {
  .client-list .summary > .client-key {
    display: none;
  }
}
.client-list .summary > .client-key ul {
  max-height: calc(100dvh - 105px - 2.5rem);
  display: grid;
  margin: 0;
  padding-inline-start: 0;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  overflow-y: auto;
  scrollbar-width: thin;
  list-style: none;
}
.client-list .summary > .client-key ul li {
  padding-inline-start: 1.5em;
  position: relative;
}
.client-list .summary > .client-key ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #1b4692;
  position: absolute;
  top: calc((1lh - 6px) / 2);
  left: 0;
}
.client-list .summary > .client-key ul li + li {
  margin-top: 0;
}
.client-list .summary > .client-key ul li a {
  font-size: clamp(0.7778rem, 0.7rem + 0.3111vw, 0.875rem);
  font-weight: 700;
  text-decoration: none;
  color: #121212;
}
.client-list .summary > .client-key ul li a:hover {
  text-decoration: underline;
}
.client-list .summary > ul {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr;
  margin-block: 0;
  margin-left: 0;
  padding-inline-start: 0;
  gap: 1rem;
}
.client-list .summary > ul > li {
  border: 1px solid rgba(18, 18, 18, 0.125);
  border-radius: 0.5rem;
  padding: 2rem;
  background-color: #fff;
  list-style-type: none;
}
.client-list .summary > ul > li + li {
  margin-top: 0;
}
.client-list .summary > ul > li h4 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
  font-weight: 700;
  color: #1b4692;
}
.client-list .summary > ul > li ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-block: 0;
  margin-left: 0;
  padding-inline-start: 0;
  gap: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .client-list .summary > ul > li ul {
    grid-template-columns: 1fr;
  }
}
.client-list .summary > ul > li ul li {
  list-style-type: none;
  padding-inline-start: 0;
  font-weight: 500;
  color: #393e41;
}
.client-list .summary > ul > li ul li + li {
  margin-top: 0;
}

/* Training Course
==================================================*/
#level0 {
  padding-top: 0;
}
#level0 #sessions h4[id*=SessionName],
#level0 #sessions h4[id*=SessionName] a {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: clamp(1.6rem, 1rem + 2vw, 2.75rem);
  font-weight: 900;
  color: #121212;
}
#level0 #sessions .duration,
#level0 #sessions .type,
#level0 #sessions .prereq {
  font-size: 1.25rem;
}
#level0 #sessions .duration {
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #1b4692;
}
#level0 #sessions .type,
#level0 #sessions .prereq {
  font-weight: 500;
  color: #121212;
}
#level0 #sessions .prereq {
  margin-top: 0.25rem;
}
#level0 #sessions .dl_btn {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  background-color: #1b4692;
  cursor: pointer;
  transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
}
#level0 #sessions .dl_btn::before {
  content: "\f56d";
  display: inline-block;
  margin-right: 0.75em;
  font-family: "Font Awesome 6 Free";
  font-size: inherit;
  font-weight: 900;
  color: inherit;
}
#level0 #sessions .dl_btn:hover {
  background-color: rgb(23.0202312139, 59.6820809249, 124.4797687861);
}
#level0 #sessions p:not(.sub-head) {
  text-wrap: wrap;
}
@supports (text-wrap: pretty) {
  #level0 #sessions p:not(.sub-head) {
    text-wrap: pretty;
  }
}
#level0 #sessions p:not(.sub-head) + p {
  margin-top: 0.75rem;
}
#level0 #sessions h4 {
  margin: 1.5rem 0 1rem;
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
  font-weight: 700;
}
#level0 #sessions ul {
  margin-block: 1.25rem;
  margin-inline: 0;
  margin-left: 1.25rem;
  padding-inline-start: 1.45em;
}
#level0 #sessions ul :where(li) {
  text-wrap: wrap;
}
@supports (text-wrap: pretty) {
  #level0 #sessions ul :where(li) {
    text-wrap: pretty;
  }
}
#level0 #sessions ul :where(li) {
  padding-inline-start: 0.55em;
}
#level0 #sessions ul :where(li) + li {
  margin-top: 0.55rem;
}
#level0 #sessions ul :where(li)::marker {
  font-size: 1.15em;
  font-weight: 700;
  color: #1b4692;
}
#level0 #sessions ul + p {
  margin-top: 0.75rem;
}

/* Course Catalog
==================================================*/
.course-intro {
  padding-bottom: 2.5rem;
}

.course-list-layout {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 1rem;
  align-items: start;
}
@media (max-width: 991px) {
  .course-list-layout {
    grid-template-columns: 1fr;
  }
}
.course-list-layout__content {
  display: grid;
  gap: 1rem;
}
.course-list-layout > .course-key {
  border: 1px solid rgba(18, 18, 18, 0.125);
  border-radius: 0.5rem;
  padding: 1.25rem;
  background-color: #f0f0f0;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  position: sticky;
  top: 105px;
}
@media (max-width: 991px) {
  .course-list-layout > .course-key {
    display: none;
  }
}
.course-list-layout > .course-key ul {
  max-height: calc(100dvh - 105px - 2.5rem);
  display: grid;
  margin: 0;
  padding-inline-start: 0;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  overflow-y: auto;
  scrollbar-width: thin;
  list-style: none;
}
.course-list-layout > .course-key ul li {
  padding-inline-start: 1.5em;
  position: relative;
}
.course-list-layout > .course-key ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #1b4692;
  position: absolute;
  top: calc((1lh - 6px) / 2);
  left: 0;
}
.course-list-layout > .course-key ul li + li {
  margin-top: 0;
}
.course-list-layout > .course-key ul li a {
  font-size: clamp(0.7778rem, 0.7rem + 0.3111vw, 0.875rem);
  font-weight: 700;
  text-decoration: none;
  color: #121212;
}
.course-list-layout > .course-key ul li a:hover {
  text-decoration: underline;
}

.course-list {
  border: 1px solid rgba(18, 18, 18, 0.125);
  border-radius: 0.5rem;
  padding: 2rem;
  background-color: #f0f0f0;
}
.course-list h3[id*=h3Header] {
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
  font-weight: 700;
}
.course-list h3[id*=h3Header] i {
  margin-right: 1rem;
  color: transparent;
  background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.course-list ul {
  padding-inline-start: 1.45em;
}
.course-list ul li {
  padding-inline-start: 0.55em;
}
.course-list ul li::marker {
  font-size: 1.15em;
  font-weight: 700;
  color: #1b4692;
}
.course-list ul li a {
  font-weight: 500;
  color: #393e41;
}

.last-course-list {
  margin-bottom: 80px;
}

/* Ways to Engage
==================================================*/
.ways-to-engage h3[id*=h3Header],
.ways-to-engage h3[id*=h3Intro],
.ways-to-engage p.sub-head {
  text-align: center;
}
.ways-to-engage {
  padding: clamp(3rem, 5vw + 2rem, 80px) calc(clamp(3rem, 5vw + 2rem, 80px) / 2);
}
@media (max-width: 767px) {
  .ways-to-engage {
    padding: calc(clamp(3rem, 5vw + 2rem, 80px) / 2) calc(clamp(3rem, 5vw + 2rem, 80px) / 4);
  }
}
.ways-to-engage {
  background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
}
.ways-to-engage h3[id*=h3Header] {
  color: #fff;
}
.ways-to-engage p.sub-head {
  margin-top: 1rem;
  margin-bottom: 3rem;
  color: #f0f0f0;
}
.ways-to-engage .summary {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 1440px;
}
.ways-to-engage .summary .two-column {
  border: 1px solid rgba(18, 18, 18, 0.125);
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .ways-to-engage .summary .two-column {
    gap: 0;
  }
}
.ways-to-engage__left, .ways-to-engage__right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .ways-to-engage__left, .ways-to-engage__right {
    gap: 1rem;
  }
}
.ways-to-engage__right {
  border-radius: 0.25rem;
  padding: 2rem;
  background-color: #fff;
}
.ways-to-engage__right h3 {
  padding: 0.5rem 1rem;
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
  font-weight: 800;
  color: #fff;
  background-color: #1b4692;
}
@media (min-width: 992px) {
  .ways-to-engage__right h3 {
    margin-bottom: -0.5rem;
  }
}
.ways-to-engage h4 {
  margin-bottom: 0.5rem;
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
  font-weight: 700;
}

/*# sourceMappingURL=training-styles_dev.css.map */
